CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 时间序列 matlab

搜索资源列表

  1. ARIMA_model

    11下载:
  2. 基于MATLAB的ARIMA模型的源代码。ARIMA模型是自回归滑动平均求和模型,是时间序列分析模型,可以用于时间序列的预测。该代码实现了ARIMA模型的建模和谱分析过程-The ARIMA model based on MATLAB source code. ARIMA model is the sum of autoregressive moving average model is time series analysis models, can be used for time seri
  3. 所属分类:matlab

    • 发布日期:2016-06-11
    • 文件大小:2545
    • 提供者:王二
  1. dtw

    2下载:
  2. 时间序列分析中dtw算法的matlab实现,源代码。-Time Series Analysis dtw algorithm matlab implementation, the source code.
  3. 所属分类:matlab

    • 发布日期:2015-04-07
    • 文件大小:656
    • 提供者:翟磊
  1. DTW(matlab)

    1下载:
  2. matlab编写的时间序列动态弯曲算法,包含有使用说明-If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), and the warping path points.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-09
    • 文件大小:1836
    • 提供者:warton
  1. ss

    2下载:
  2. 毕业用的时间序列混沌分析,里面吧包含相空间重构,李雅普诺夫指数求取,小波去噪-Graduated with a chaotic time series analysis, which it contains the phase space reconstruction, Lyapunov exponent for wavelet denoising, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:92948
    • 提供者:zhouzhou
  1. lorenz

    2下载:
  2. 可观察lorenz吸引子图,X、Y、Z相时间序列以及lorenz X相三维重构吸引子图-A Lorenz chaotic system code available for study and research of chaotic systems
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:615
    • 提供者:方华
  1. fractal_only_in_timeSequence

    1下载:
  2. 只适用于时间序列的matlab下的分形维数计算的代码-Applies only to the time series under matlab fractal dimension calculation code
  3. 所属分类:Fractal program

    • 发布日期:2017-04-05
    • 文件大小:927
    • 提供者:andy
  1. makefuyuce

    2下载:
  2. Autoregressive Markov Switching Model函数用于评估、仿真及预测自回归的马尔可夫转换模型。可以选择用于模型估计的分布函数。用于研究时间序列结构性变化,分析金融、股市乃至通货膨胀的研究-Autoregressive Markov Switching Model function for the assessment, simulation and forecasting autoregressive Markov switching model. Estimate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:85285
    • 提供者:lili
  1. matlab_chaos_toolbox

    1下载:
  2. 混沌工具箱,用matlab编写的,该工具箱包括了混沌时间序列分析与预测的常用方法-Chaos toolbox matlab prepared to use the toolbox, including a chaotic time series analysis and forecast of the common methods
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:227610
    • 提供者:april
  1. power_spectrum

    2下载:
  2. matlab功率谱,带显著性检验,程序给予时间序列的自相关过程做简介估算-matlab power spectrum, with a significant test, the program to give time series of self-related processes do estimates About
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1905
    • 提供者:闫妮
  1. TimeSeriesPredictionUsingSupportVectorRegressionNe

    2下载:
  2. 为了选择神经网络的最好结构以及增强模型的推广能力,提出一种自适应支持向量回归神经网络(SVR—NN)。SVR—NN 用支持向量回归(SVR)方法获得网络的初始结构和权值, 白适应地生 成网络隐层结点,然后用基于退火过程的鲁棒学习算法更新网络结点疹教和权 主。 SVR—NN有很 好的收敛性和鲁棒性,能抑制由于数据异常和参数选择不当所导致的“过拟合,’现象。将SVR—NN 应用到时间序列预测上。结果表明,SVR.NN预测模型能精确地预测混沌时间序列,具有很好的 理论和应用价值。-Ab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:316818
    • 提供者:11
  1. 1

    0下载:
  2. 用分段IFS拟合离散序列的matlab程序 看过Hayes的一篇文章 “Using Iterated Function System to Model Discrete sequences”,我用文章中所用的分段IFS模型写了一段matlab程序以拟合一段网络流量(所用的网络流量是用txt文档保存的一维时间序列)。 程序有用分段IFS编码然后再解码合成数据的过程,还包括计算压缩比。 -IFS fitting with discrete sub-sequences of matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:940111
    • 提供者:虽说
  1. wind

    0下载:
  2. 产生风荷载时间序列,可以用于风振动分析的来源数据-Generate wind load time series, can be used for the source of vibration analysis of wind data
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1732
    • 提供者:kjhkty
  1. BGA

    0下载:
  2. 题目:非平稳时间序列突变检测的启发式分割算法(BG算法) 本源码实现了下面参考文献中的算法,并对该文献中的实例进行了仿真-Title: Non-stationary time series mutation detection heuristic segmentation algorithm (BG algorithm) of the source references to achieve the following algorithm, and examples of the liter
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1600
    • 提供者:张望
  1. mp3readandmp3write

    0下载:
  2. mp3read和mp3write是直接写在wavread更换和wavwrite访问MPEG音频MP3文件。其特点包括: -旨在重复wavread完整语法和wavwrite -还支持上的动态下采样和渠道mpg123的合并-文件优化的很长的MP3 -只需要解码的部分-使用popen函数进行编码,以避免大量临时文件(可用时-看到我popenw墨西哥) -试图消除写保护回路的时间序列文件/通过阅读“热身”样本-包括辅助二进制软件包在Linux,Windows,Mac的PPC的,苹果,英特尔,和Mac英特
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-09
    • 文件大小:2195191
    • 提供者:young
  1. hurst_exponent(matlab)

    0下载:
  2. 计算hurst_exponent的matalb程序 用于检测时间序列的非线性特性-Procedures for calculating hurst_exponent of matalb time series for nonlinearity detection
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-31
    • 文件大小:1111
    • 提供者:hitzhangym
  1. myfft

    0下载:
  2. 自己编写的基为2的fft程序,输入为时间序列,输出为DFT序列-matlab code that can perform FFT based on radix-2 algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:544
    • 提供者:lipaialice
  1. autorelation_function_to_obtain_the_delays_of_time

    0下载:
  2. 自相关法求取时间序列延时的函数,包括Simulink产生时间序列的文件,两个主函数,以及运行程序-Since the correlation function to obtain time series of delay, including time series generated Simulink file, the two main functions, and operational procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:8800
    • 提供者:yjduoduo
  1. svm_predic.m

    1下载:
  2. 应用支持向量机回归和相空间重构对时间序列进行预测-Support vector machine regression and time series phase space reconstruction on forecast
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1767
    • 提供者:lili161711
  1. ChaosToolbox

    0下载:
  2. 该工具箱包括了混沌时间序列分析与预测的常用方法,有: 产生混沌时间序列(chaotic time series) Logistic映射 - \ChaosAttractors\Main_Logistic.m Henon映射 - \ChaosAttractors\Main_Henon.m Lorenz吸引子 - \ChaosAttractors\Main_Lorenz.m Duffing吸引子 - \ChaosAttractors\Main_Duffing.m Duffing
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4630
    • 提供者:林涛
  1. emdlssvm

    2下载:
  2. 一个 可以用的matlab程序 将时间序列经验模态分解后 使用最小二乘支持向量机进行预测-A matlab program can be used time series using empirical mode decomposition least squares support vector machine to predict
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-07-24
    • 文件大小:5120
    • 提供者:李波
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 43 »
搜珍网 www.dssz.com